aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-09-20 00:20:42 +1000
committerGravatar axel <axel@liljencrantz.se>2006-09-20 00:20:42 +1000
commite91e3b65933d7b47a5f498ee1c956b49aa6426f3 (patch)
tree76de22777bf514ff2656f41ec24e989009766584 /builtin.c
parent1db67a510547e4e05bcc2ca09d06872c2dfcf2d9 (diff)
Minor bugfix in the switch parsing for the status builitn
darcs-hash:20060919142042-ac50b-b532e0308407d101d1f8b328a575a54e8bc46799.gz
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.c b/builtin.c
index 6952dce7..95d04bbf 100644
--- a/builtin.c
+++ b/builtin.c
@@ -1842,7 +1842,7 @@ static int builtin_status( wchar_t **argv )
int opt = wgetopt_long( argc,
argv,
- L"hjt",
+ L"hj:t",
long_options,
&opt_index );
if( opt == -1 )