Improved description for the commandline builtin

darcs-hash:20060104141541-ac50b-b5e427b8d9767f016ea62a898ebd06c5cf48066c.gz
This commit is contained in:
axel 2006-01-05 00:15:41 +10:00
parent 33177e75a6
commit 48030576e4
2 changed files with 4 additions and 7 deletions

View file

@ -3355,7 +3355,7 @@ const wchar_t *builtin_get_desc( const wchar_t *b )
hash_put( desc, L"break", _( L"Stop the innermost loop" ) );
hash_put( desc, L"continue", _( L"Skip the rest of the current lap of the innermost loop" ) );
hash_put( desc, L"return", _( L"Stop the innermost currently evaluated function" ) );
hash_put( desc, L"commandline", _( L"Set the commandline" ) );
hash_put( desc, L"commandline", _( L"Set or get the commandline" ) );
hash_put( desc, L"switch", _( L"Conditionally execute a block of commands" ) );
hash_put( desc, L"case", _( L"Conditionally execute a block of commands" ) );
hash_put( desc, L"command", _( L"Run a program" ) );

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fish 1.20.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-01-04 15:05+0100\n"
"POT-Creation-Date: 2006-01-04 15:14+0100\n"
"Last-Translator: Axel Liljencrantz <liljencrantz@gmail.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
"MIME-Version: 1.0\n"
@ -358,8 +358,8 @@ msgid "Stop the innermost currently evaluated function"
msgstr "Avbryt den innersta utförda funktionen"
#: builtin.c:3358
msgid "Set the commandline"
msgstr "Sätt kommandoraden"
msgid "Set or get the commandline"
msgstr "Ändra eller visa kommandoraden"
#: builtin.c:3359 builtin.c:3360
msgid "Conditionally execute a block of commands"
@ -1141,6 +1141,3 @@ msgstr "%ls: Variabelnamn får inte vara tomma\n"
#: exec.h:19
msgid "An error occurred while setting up pipe"
msgstr "Ett fel inträffade under skapandet av en pipa"
#~ msgid "Set or get the commandline"
#~ msgstr "Ändra eller visa kommandoraden"