* [PATCH 4/5] Documentation: change generated help lines
@ 2014-07-22 7:56 Holger Schurig
0 siblings, 0 replies; only message in thread
From: Holger Schurig @ 2014-07-22 7:56 UTC (permalink / raw)
To: barebox
From: Holger Schurig <holgerschurig@gmail.com>
Someone
loadx (load binary file over serial line (X-Modem))
looked more silly than
loadx - load binary file over serial line (X-Modem)
Signed-off-by: Holger Schurig <holgerschurig@gmail.com>
---
Documentation/gen_commands.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/gen_commands.py b/Documentation/gen_commands.py
index eadea9e..b85e2e3 100755
--- a/Documentation/gen_commands.py
+++ b/Documentation/gen_commands.py
@@ -103,7 +103,7 @@ def gen_rst(name, cmd):
out.append('.. _command_%s:' % name)
out.append('')
if 'c_desc' in cmd:
- out.append("%s (%s)" % (name, ''.join(cmd['c_desc']).strip()))
+ out.append("%s - %s" % (name, ''.join(cmd['c_desc']).strip()))
else:
out.append("%s" % (name,))
out.append('='*len(out[-1]))
--
1.8.5.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-22 7:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22 7:56 [PATCH 4/5] Documentation: change generated help lines Holger Schurig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox