Avoid printing space at the end of line

This commit is contained in:
mpeterv
2015-03-13 15:40:24 +03:00
parent 01cc387863
commit 476ad19de8
3 changed files with 33 additions and 33 deletions

View File

@@ -74,14 +74,14 @@ Usage: ./spec/script [-v] [-h] <input> [<command>] ...
A testing program.
Arguments:
Arguments:
input
Options:
Options:
-v, --verbose Sets verbosity level.
-h, --help Show this help message and exit.
-h, --help Show this help message and exit.
Commands:
Commands:
install Install a rock.
]], get_output("--help"))
end)
@@ -92,14 +92,14 @@ Usage: ./spec/script install [-f <from>] [-h] <rock> [<version>]
Install a rock.
Arguments:
Arguments:
rock Name of the rock.
version Version of the rock.
Options:
Options:
-f <from>, --from <from>
Fetch the rock from this server.
-h, --help Show this help message and exit.
-h, --help Show this help message and exit.
]], get_output("foo install --help"))
end)
end)