Browse Source

Minor changes

Serj Kalichev 4 months ago
parent
commit
4439168821
2 changed files with 8 additions and 8 deletions
  1. 1 1
      bin/.gitignore
  2. 7 7
      bin/srp_load.c

+ 1 - 1
bin/.gitignore

@@ -1,2 +1,2 @@
 /ytree
-/sr_load
+/srp_load

+ 7 - 7
bin/srp_load.c

@@ -211,12 +211,12 @@ static void help(int status, const char *argv0)
 		printf("Usage   : %s [options] [filename]\n", name);
 		printf("Load mass of config strings to Sysrepo repository\n");
 		printf("Options :\n");
-		printf("\t-h, --help Print this help.\n");
-		printf("\t-v, --verbose Be verbose.\n");
-		printf("\t-e, --stop-on-error Stop script execution on error.\n");
-		printf("\t-u <name>, --user=<name> NACM user.\n");
-		printf("\t-f <path>, --conf=<path> Config file.\n");
-		printf("\t-d <ds>, --datastore=<ds> Datastore.\n");
-		printf("\t-p <sr-path>, --current-path=<sr-path> Current sysrepo path.\n");
+		printf("\t-h, --help Print this help\n");
+		printf("\t-v, --verbose Be verbose\n");
+		printf("\t-e, --stop-on-error Stop script execution on error\n");
+		printf("\t-u <name>, --user=<name> NACM user name\n");
+		printf("\t-f <path>, --conf=<path> Config file with parsing settings\n");
+		printf("\t-d <ds>, --datastore=<ds> Datastore (Default is 'candidate'\n");
+		printf("\t-p <sr-path>, --current-path=<sr-path> Current sysrepo path\n");
 	}
 }