diff options
| author | Russ White <russ@riw.us> | 2017-07-07 13:31:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-07 13:31:08 -0400 |
| commit | ceae5559a51b79ae86cfcae52d9ef512f36e3eb1 (patch) | |
| tree | 0dbfcf927f26651c906ccd0db434be789427b66b /lib/command.c | |
| parent | 6ce6de887f53cbffa5bca7a02ef218d9776bb57a (diff) | |
| parent | 007b0667e00fde98ccac07680291f5845e5da806 (diff) | |
Merge pull request #778 from qlyoung/fix-excess-docstring
Fix excess docstring
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index de8899687c..5ca4a0fda9 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2200,7 +2200,6 @@ DEFUN (no_config_log_file, "Logging control\n" "Cancel logging to file\n" "Logging file name\n" - "Logging file name\n" "Logging level\n") { zlog_reset_file (); |
