]> git.pld-linux.org Git - packages/chpwdfile.git/commitdiff
- added missing entry in usage print (caused term-broke)
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 14 Oct 2003 08:27:00 +0000 (08:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chpwdfile-usage_fix.patch -> 1.1

chpwdfile-usage_fix.patch [new file with mode: 0644]

diff --git a/chpwdfile-usage_fix.patch b/chpwdfile-usage_fix.patch
new file mode 100644 (file)
index 0000000..53c8970
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./chpwdfile.c.org  Thu Jul 10 20:42:12 2003
++++ ./chpwdfile.c      Tue Oct 14 10:24:02 2003
+@@ -638,7 +638,7 @@
+  *  whitespace than 2.95 is
+  */
+     fprintf(stderr, "\nUsage for %s:\n", basename);
+-    fprintf(stderr, "\n\t\t%s [options] [username] \n");
++    fprintf(stderr, "\n\t\t%s [options] [username] \n", basename);
+     fprintf(stderr, "\n  Options:");
+     fprintf(stderr, "\n  -a  add the user             }");
+     fprintf(stderr, "\n  -d  delete the user          } Default is -%c", DEFAULTOPERATION);
This page took 0.04602 seconds and 4 git commands to generate.