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:
6174a03
)
userplex: Parse command-line arguments properly.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 31 Aug 2010 21:19:28 +0000
(23:19 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 31 Aug 2010 21:19:28 +0000
(23:19 +0200)
src/userplex.c
patch
|
blob
|
blame
|
history
diff --git
a/src/userplex.c
b/src/userplex.c
index
592c1b2
..
565884d
100644
(file)
--- a/
src/userplex.c
+++ b/
src/userplex.c
@@
-242,7
+242,7
@@
int main(int argc, char **argv)
int fd;
struct charvbuf csbuf;
- while((c = getopt(argc, argv, "hIg:m:d:")) >= 0) {
+ while((c = getopt(argc, argv, "
+
hIg:m:d:")) >= 0) {
switch(c) {
case 'I':
ignore = 1;