From: Maxim Mamontov Date: Fri, 26 Jul 2013 18:30:28 +0000 (+0300) Subject: Minor fix. X-Git-Tag: 2.409~350 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/bd3f1dd24a1af10b7c0e403397019610f727325c Minor fix. --- diff --git a/projects/sgconf/common_sg.cpp b/projects/sgconf/common_sg.cpp index bb4f5967..bf2ac622 100644 --- a/projects/sgconf/common_sg.cpp +++ b/projects/sgconf/common_sg.cpp @@ -129,7 +129,7 @@ printf("To get userdata<0...9> use:\n"); printf("sgconf get -s -p -a -w -u --ud0 [--ud1 ...]\n\n"); printf("To get user's authorizers list use:\n"); -printf("sgconf get -s -p -a -w -u --authorized-by\n"); +printf("sgconf get -s -p -a -w -u --authorized-by\n\n"); printf("To send message use:\n"); printf("sgconf set -s -p -a -w -u -m \n\n");