소스 검색

d.mon: fix key conflict introduced in https://trac.osgeo.org/grass/changeset/64467, sfile flag renamed to '-g'

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64468 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 년 전
부모
커밋
c5caea9fdb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      display/d.mon/main.c

+ 1 - 1
display/d.mon/main.c

@@ -113,7 +113,7 @@ int main(int argc, char *argv[])
     cmd_flag->guisection = _("Print");
 
     sfile_flag = G_define_flag();
-    sfile_flag->key = 's';
+    sfile_flag->key = 'g';
     sfile_flag->description =
 	_("Print path to support files of currently selected monitor and exit");