aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-27 12:07:52 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-27 12:07:52 +1000
commit85241817f86aa6a0043685f4e7e31ba7be95ebe0 (patch)
tree6e72506bea24849ba4743d5bf67c9899ce1771b5 /builtin.c
parent8cf46bdb5c442ae35a70d9bafc1127dd3048b74c (diff)
Drop unneeded generic descriptions for completion of functions and builtins. Add description for count.
darcs-hash:20070127020752-ac50b-62dba47967cac04cd242894bfaa03116461883f3.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 4fd0aa1f..caf9e3a6 100644
--- a/builtin.c
+++ b/builtin.c
@@ -3127,7 +3127,7 @@ const static builtin_data_t builtin_data[]=
displays the help for count, but 'count (echo -h)' does not.
*/
{
- L"count", &builtin_generic, 0
+ L"count", &builtin_generic, N_( L"Count the number of arguments" )
}
,
{