summaryrefslogtreecommitdiff
path: root/btrfs-convert.c
diff options
context:
space:
mode:
Diffstat (limited to 'btrfs-convert.c')
-rw-r--r--btrfs-convert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/btrfs-convert.c b/btrfs-convert.c
index 0123654a..ff8a959f 100644
--- a/btrfs-convert.c
+++ b/btrfs-convert.c
@@ -2830,7 +2830,8 @@ int main(int argc, char *argv[])
int long_index;
enum { GETOPT_VAL_NO_PROGRESS = 256 };
static const struct option long_options[] = {
- { "no-progress", no_argument, NULL, GETOPT_VAL_IEC},
+ { "no-progress", no_argument, NULL,
+ GETOPT_VAL_NO_PROGRESS },
{ NULL, 0, NULL, 0 }
};
int c = getopt_long(argc, argv, "dinN:rl:Lp", long_options,