Просмотр исходного кода

Remove bogus comment about '--yet-to-unpack'

Guillem Jover лет назад: 17
Родитель
Сommit
a305ec0756
2 измененных файлов с 5 добавлено и 4 удалено
  1. 4 0
      ChangeLog
  2. 1 4
      src/query.c

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2009-02-13  Guillem Jover  <guillem@debian.org>
+
+	* src/query.c: Remove bogus comment about '--yet-to-unpack'.
+
 2009-02-11  Raphael Hertzog  <hertzog@debian.org>
 
 	* scripts/Makefile.am: Drop cleanup-info.pl script.

+ 1 - 4
src/query.c

@@ -458,10 +458,7 @@ printversion(void)
 	       "See %s --license for copyright and license details.\n"),
 	     DPKGQUERY) < 0) werr("stdout");
 }
-/*
-   options that need fixing:
-  dpkg --yet-to-unpack                 \n\
-  */
+
 void
 usage(void)
 {