Introduction
Introduction Statistics Contact Development Disclaimer Help
Fixed usage message. - sam - An updated version of the sam text editor.
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
commit c2604deb4126d67aceda979a48ade345a327606b
parent 71c66d8c4077758f7f74ffae154d164577f1186c
Author: Rob King <[email protected]>
Date: Tue, 17 May 2016 23:52:22 -0500
Fixed usage message.
Diffstat:
sam/sam.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sam/sam.c b/sam/sam.c
@@ -126,7 +126,7 @@ int main(int argc, char *argv[])
void
usage(void)
{
- dprint("usage: sam [-d] [-e] [-t samterm] [-s sam name] -r machine\n");
+ dprint("usage: sam [-r machine] [-d] [-e] [-t samterm] [-s samname] FI…
exits("usage");
}
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.