From 2562baed2f8821fc508e1659073159636054b35e Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Sun, 15 Nov 2015 14:07:54 +0000 Subject: [PATCH] rumprun-bake: dumpconfig -> describe New name seems, subjectively speaking, more professional. --- app-tools/rumprun-bake.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-tools/rumprun-bake.in b/app-tools/rumprun-bake.in index f99c211..1a02aa2 100644 --- a/app-tools/rumprun-bake.in +++ b/app-tools/rumprun-bake.in @@ -210,12 +210,12 @@ _usage () rumprun-bake version: ${_RUMPBAKE_VERSION} usage: rumprun-bake list - rumprun-bake dumpconfig config + rumprun-bake describe config rumprun-bake [-c conffile] config output input [input ...] "list" outputs available configs. -"dumpconfig" outputs details for the given config. +"describe" outputs details for the given config. Final usage creates a unikernel image: config : rumprun board configuration to use. @@ -316,7 +316,7 @@ list) done exit 0 ;; -dumpconfig) +describe) debugdump $2 exit 0 ;; -- 2.39.5