Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6373daf
)
Fixed userplex usage message.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 26 Aug 2010 14:30:25 +0000
(16:30 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 26 Aug 2010 14:30:25 +0000
(16:30 +0200)
src/userplex.c
patch
|
blob
|
blame
|
history
diff --git
a/src/userplex.c
b/src/userplex.c
index
b0a3a8e
..
592c1b2
100644
(file)
--- a/
src/userplex.c
+++ b/
src/userplex.c
@@
-232,7
+232,7
@@
out:
static void usage(FILE *out)
{
- fprintf(out, "usage: userplex [-hI] [-g GROUP] [-m MIN-UID] [-d PUB-DIR] [PROGRAM ARGS...]");
+ fprintf(out, "usage: userplex [-hI] [-g GROUP] [-m MIN-UID] [-d PUB-DIR] [PROGRAM ARGS...]
\n
");
}
int main(int argc, char **argv)