The default option value for -i (--index) was dropped during the
cligen conversion. This adds it back for compatibility with the
existing command line usage.
Signed-off-by: Daiki Ueno <ueno@gnu.org>
"long-option": "index",
"short-option": "i",
"description": "specify the index of the group parameters in tpasswd.conf to use",
- "argument-type": "number"
+ "argument-type": "number",
+ "argument-default": 3
},
{
"long-option": "username",
]
}
]
-}
\ No newline at end of file
+}