mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
missed string for translation
This commit is contained in:
parent
54efce9613
commit
afbde282cc
1 changed files with 1 additions and 1 deletions
2
dh
2
dh
|
@ -22,7 +22,7 @@ function some_bugs() {
|
|||
function show_help() {
|
||||
echo "DistroHopper v. $version"
|
||||
echo "quickemu v. $("$prefix"quickemu --version)"
|
||||
echo " example for First run from terminal: ./dh i && dh s g"
|
||||
echo $" example for First run from terminal: ./dh i && dh s g"
|
||||
echo $"Possible arguments:"
|
||||
echo $" h help Show this help and exit"
|
||||
echo "---------------------------------------------------------"
|
||||
|
|
Loading…
Reference in a new issue