The Samba-Bugzilla – Attachment 8173 Details for
Bug 9373
Output of 'samba-tool' does not look very nice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Additional patch to fix typo in samba-tool --help
0001-samba-tool-Fix-typo-in-help-output.patch (text/plain), 1.21 KB, created by
Karolin Seeger
on 2012-11-09 08:57:58 UTC
(
hide
)
Description:
Additional patch to fix typo in samba-tool --help
Filename:
MIME Type:
Creator:
Karolin Seeger
Created:
2012-11-09 08:57:58 UTC
Size:
1.21 KB
patch
obsolete
>From ac2e525ddb5ce38fc192acd3983b19e3c9046c48 Mon Sep 17 00:00:00 2001 >From: Karolin Seeger <kseeger@samba.org> >Date: Fri, 9 Nov 2012 09:07:38 +0100 >Subject: [PATCH] samba-tool: Fix typo in --help output. > >Signed-off-by: Karolin Seeger <kseeger@samba.org> >--- > source4/scripting/python/samba/netcmd/testparm.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source4/scripting/python/samba/netcmd/testparm.py b/source4/scripting/python/samba/netcmd/testparm.py >index 53357e4..34c8fa5 100644 >--- a/source4/scripting/python/samba/netcmd/testparm.py >+++ b/source4/scripting/python/samba/netcmd/testparm.py >@@ -62,7 +62,7 @@ class cmd_testparm(Command): > Option("-v", "--verbose", action="store_true", > default=False, help="Show default options too"), > # We need support for smb.conf macros before this will work again >- Option("--server", type=str, help="Set %%L macro to servername"), >+ Option("--server", type=str, help="Set %L macro to servername"), > # These are harder to do with the new code structure > Option("--show-all-parameters", action="store_true", default=False, > help="Show the parameters, type, possible values") >-- >1.7.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
vl
:
review+
Actions:
View
Attachments on
bug 9373
:
8172
| 8173 |
8200