Browse Source

rename parameter

David Rose 24 years ago
parent
commit
9e284e6a52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandaapp/src/indexify/indexify.cxx

+ 1 - 1
pandaapp/src/indexify/indexify.cxx

@@ -112,7 +112,7 @@ Indexify() {
      &Indexify::dispatch_none, &dummy_mode);
 
   add_option
-    ("fr", "", 0,
+    ("slide", "", 0,
      "Draw a frame, like a slide mount, around each thumbnail image.",
      &Indexify::dispatch_none, &draw_frames);