Usage text #131
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
joke
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bonsai/harakit#131
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "usage-text"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some changes needed.
@ -14,3 +14,1 @@
.RB ( -egl )
.RB [ integer ]
.RB [ integer... ]
.RB [ -egl ]\ integer\ integer...
integer integer...
should be Roman, I believe.That’s good, because it is.
@ -53,3 +53,3 @@
if(optind + 2 /* ref cmp */ > argc){
usage: fprintf(stderr,
"Usage: %s (-eghl) [integer] [integer...]\n",
"Usage: %s [-eghl] integer integer...\n",
[-egl]
@ -40,3 +40,3 @@
if(argc > optind){
usage: fprintf(stderr, "Usage: %s (-eht)\n", argv[0]);
usage: fprintf(stderr, "Usage: %s [-eht]\n", argv[0]);
[-et]
Merged.
Pull request closed