Code

GIT 1.0.0
[git.git] / pack-objects.c
index a62c9f8d185aabb9a719397ce6daeeaa61f6ce58..caf3b6be5a1cf85bafd034ed9e2cbe3cd596b26c 100644 (file)
@@ -4,7 +4,7 @@
 #include "pack.h"
 #include "csum-file.h"
 
-static const char pack_usage[] = "git-pack-objects [--local] [--incremental] [--window=N] [--depth=N] {--stdout | base-name} < object-list";
+static const char pack_usage[] = "git-pack-objects [--non-empty] [--local] [--incremental] [--window=N] [--depth=N] {--stdout | base-name} < object-list";
 
 struct object_entry {
        unsigned char sha1[20];