Skip to content

Commit 43b4bbe

Browse files
committed
updated readme and usage information
1 parent bdfbb74 commit 43b4bbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ older linux distributions, like Ubuntu 9.x.
5959

6060
Edit specified file
6161

62-
$ ./rmate [arguments] file-path
62+
$ ./rmate [arguments] [--] file-path
6363

6464
Read text from stdin
6565

rmate

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ force=false
9797
# process command-line parameters
9898
#
9999
function showusage {
100-
echo "usage: $(basename $0) [arguments] file-path edit specified file
100+
echo "usage: $(basename $0) [arguments] [--] file-path edit specified file
101101
or: $(basename $0) [arguments] - read text from stdin
102102
103103
-H, --host HOST Connect to HOST. Use 'auto' to detect the host from

0 commit comments

Comments
 (0)