[Pkg-javascript-commits] [node-subarg] 09/17: don't use beep twice, confusing

Bastien Roucariès rouca at moszumanska.debian.org
Fri Aug 25 19:28:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-subarg.

commit 83243eb3d0e07a230a595d7e1d7a24d69ff1068c
Author: James Halliday <mail at substack.net>
Date:   Sat Feb 8 21:54:53 2014 -0800

    don't use beep twice, confusing
---
 readme.markdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readme.markdown b/readme.markdown
index e27bc53..e77a4d9 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -21,8 +21,8 @@ console.log(argv);
 Contexts are denoted with square brackets:
 
 ```
-$ node example/show.js beep --beep [ boop -a 3 ] -n4 --robots [ -x 8 -y 6 ]
-{ _: [ 'beep' ],
+$ node example/show.js rawr --beep [ boop -a 3 ] -n4 --robots [ -x 8 -y 6 ]
+{ _: [ 'rawr' ],
   beep: { _: [ 'boop' ], a: 3 },
   n: 4,
   robots: { _: [], x: 8, y: 6 } }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-subarg.git



More information about the Pkg-javascript-commits mailing list