Skip to content
Snippets Groups Projects
Commit f586cdb7 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

remove default information message at help call

parent 256c8a0c
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,9 @@ static void sulogin(char const *msg,char const *arg)
static inline void info_help (void)
{
static char const *help =
DEFAULT_MSG = 0 ;
static char const *help =
"\n"
"options :\n"
" -h: print this help\n"
......
......@@ -53,7 +53,9 @@ char const *live = 0 ;
static inline void info_help (void)
{
static char const *help =
DEFAULT_MSG = 0 ;
static char const *help =
"\n"
"options :\n"
" -H: print this help\n"
......
......@@ -40,7 +40,9 @@ static char fields[INFO_NKEY][INFO_FIELD_MAXLEN] = {{ 0 }} ;
static inline void info_help (void)
{
static char const *help =
DEFAULT_MSG = 0 ;
static char const *help =
"\n"
"options :\n"
" -h: print this help\n"
......
......@@ -108,7 +108,9 @@ info_opts_map_t const opts_sv_table[] =
static inline void info_help (void)
{
static char const *help =
DEFAULT_MSG = 0 ;
static char const *help =
"\n"
"options :\n"
" -h: print this help\n"
......
......@@ -41,7 +41,9 @@ static char fields[INFO_NKEY][INFO_FIELD_MAXLEN] = {{ 0 }} ;
static inline void info_help (void)
{
static char const *help =
DEFAULT_MSG = 0 ;
static char const *help =
"\n"
"options :\n"
" -h: print this help\n"
......
......@@ -84,7 +84,9 @@ info_opts_map_t const opts_tree_table[] =
static inline void info_help (void)
{
static char const *help =
DEFAULT_MSG = 0 ;
static char const *help =
"\n"
"options :\n"
" -h: print this help\n"
......
......@@ -36,7 +36,9 @@
static inline void info_help (void)
{
static char const *help =
DEFAULT_MSG = 0 ;
static char const *help =
"\n"
"options :\n"
" -h: print this help\n"
......
......@@ -34,7 +34,9 @@ static char TMPENV[MAXENV + 1] ;
static inline void info_help (void)
{
static char const *help =
DEFAULT_MSG = 0 ;
static char const *help =
"\n"
"options :\n"
" -h: print this help\n"
......
......@@ -69,7 +69,9 @@ static unsigned int CATCH_LOG = SS_BOOT_CATCH_LOG ;
static inline void info_help (void)
{
static char const *help =
DEFAULT_MSG = 0 ;
static char const *help =
"\n"
"options :\n"
" -h: print this help\n"
......
......@@ -54,7 +54,9 @@ static char const *live = 0 ;
static inline void info_help (void)
{
static char const *help =
DEFAULT_MSG = 0 ;
static char const *help =
"\n"
"options :\n"
" -H: print this help\n"
......
......@@ -66,7 +66,9 @@ static int nologger = 0 ;
static inline void info_help (void)
{
static char const *help =
DEFAULT_MSG = 0 ;
static char const *help =
"\n"
"options :\n"
" -h: print this help\n"
......
......@@ -50,7 +50,9 @@ static char const *cleantree = 0 ;
static inline void info_help (void)
{
static char const *help =
DEFAULT_MSG = 0 ;
static char const *help =
"\n"
"options :\n"
" -h: print this help\n"
......
......@@ -45,11 +45,12 @@
static stralloc WORKDIR = STRALLOC_ZERO ;
static uint8_t DRYRUN = 0 ;
static char *drun = "dry run do: " ;
static inline void info_help (void)
{
DEFAULT_MSG = 0 ;
static char const *help =
static char const *help =
"\n"
"options :\n"
" -h: print this help\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment