Kaynağa Gözat

r.colors.out: rules=- by default

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44139 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 yıl önce
ebeveyn
işleme
6a925d58a0
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      raster/r.colors.out/main.c

+ 2 - 1
raster/r.colors.out/main.c

@@ -72,7 +72,8 @@ int main(int argc, char **argv)
     opt.file->key = "rules";
     opt.file->label = _("Path to output rules file");
     opt.file->description = _("\"-\" to write to stdout");
-
+    opt.file->answer = "-";
+    
     flag.p = G_define_flag();
     flag.p->key = 'p';
     flag.p->description = _("Output values as percentages");