Remove ambiguous argument abbreviations

This commit is contained in:
Martchus 2016-11-15 22:03:56 +01:00
parent f82a423169
commit 30fc881a30
1 changed files with 4 additions and 4 deletions

View File

@ -46,11 +46,11 @@ SetTagInfoArgs::SetTagInfoArgs(Argument &filesArg, Argument &verboseArg) :
minPaddingArg("min-padding", '\0', "specifies the minimum padding before the media data"),
maxPaddingArg("max-padding", '\0', "specifies the maximum padding before the media data"),
prefPaddingArg("preferred-padding", '\0', "specifies the preferred padding before the media data"),
tagPosValueArg("value", 'v', "specifies the position, either front, back or current"),
forceTagPosArg("force", 'f', "forces the specified position even if the file to be rewritten"),
tagPosValueArg("value", '\0', "specifies the position, either front, back or current"),
forceTagPosArg("force", '\0', "forces the specified position even if the file to be rewritten"),
tagPosArg("tag-pos", '\0', "specifies the preferred tag position"),
indexPosValueArg("value", 'v', "specifies the position, either front, back or current"),
forceIndexPosArg("force", 'f', "forces the specified position even if the file to be rewritten"),
indexPosValueArg("value", '\0', "specifies the position, either front, back or current"),
forceIndexPosArg("force", '\0', "forces the specified position even if the file to be rewritten"),
indexPosArg("index-pos", '\0', "specifies the preferred index position"),
forceRewriteArg("force-rewrite", '\0', "forces the file to rewritten from the scratch"),
valuesArg("values", 'n', "specifies the values to be set"),