search for: 117c824

Displaying 1 result from an estimated 1 matches for "117c824".

Did you mean: 1173824
2019 Sep 12
2
[libnbd PATCH] nbdsh: Start adding unit tests
...arse output that sentence last). --- python/nbdsh.py | 3 ++- sh/Makefile.am | 9 ++++++--- sh/test-help.sh | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 4 deletions(-) create mode 100755 sh/test-help.sh diff --git a/python/nbdsh.py b/python/nbdsh.py index 553e632..117c824 100644 --- a/python/nbdsh.py +++ b/python/nbdsh.py @@ -23,7 +23,8 @@ def shell(): import nbd - description = '''Network Block Device (NBD) shell''' + description = '''Network Block Device (NBD) shell. Please read the + nbdsh(1) manual page for fu...