Skip to content

Commit

Permalink
updated readme and usage information
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora committed Jun 27, 2017
1 parent bdfbb74 commit 43b4bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ older linux distributions, like Ubuntu 9.x.

Edit specified file

$ ./rmate [arguments] file-path
$ ./rmate [arguments] [--] file-path

Read text from stdin

Expand Down
2 changes: 1 addition & 1 deletion rmate
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ force=false
# process command-line parameters
#
function showusage {
echo "usage: $(basename $0) [arguments] file-path edit specified file
echo "usage: $(basename $0) [arguments] [--] file-path edit specified file
or: $(basename $0) [arguments] - read text from stdin
-H, --host HOST Connect to HOST. Use 'auto' to detect the host from
Expand Down

0 comments on commit 43b4bbe

Please sign in to comment.