Mailinglist Archive: zypp-commit (194 mails)
| < Previous | Next > |
[zypp-commit] r10352 - /trunk/zypper/src/zypper.cc
- From: jkupec@xxxxxxxxxxxxxxxx
- Date: Thu, 05 Jun 2008 15:48:01 -0000
- Message-id: <20080605154801.D1B6936D40@xxxxxxxxxxxxxxxx>
Author: jkupec
Date: Thu Jun 5 17:48:00 2008
New Revision: 10352
URL: http://svn.opensuse.org/viewcvs/zypp?rev=10352&view=rev
Log:
- typo (bnc #389087)
Modified:
trunk/zypper/src/zypper.cc
Modified: trunk/zypper/src/zypper.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/zypper/src/zypper.cc?rev=10352&r1=10351&r2=10352&view=diff
==============================================================================
--- trunk/zypper/src/zypper.cc (original)
+++ trunk/zypper/src/zypper.cc Thu Jun 5 17:48:00 2008
@@ -1428,7 +1428,7 @@
"\n"
"-r, --repo <alias|#|URI> Just another means to specify repository.\n"
"-i, --installed-only Show only installed packages.\n"
- "-u, --uninstalled-only Show only packages wich are not installed.\n"
+ "-u, --uninstalled-only Show only packages which are not installed.\n"
"-N, --sort-by-name Sort the list by package name.\n"
"-R, --sort-by-repo Sort the list by repository.\n"
);
@@ -1456,7 +1456,7 @@
"\n"
"-r, --repo <alias|#|URI> Just another means to specify repository.\n"
"-i, --installed-only Show only installed patterns.\n"
- "-u, --uninstalled-only Show only patterns wich are not installed.\n"
+ "-u, --uninstalled-only Show only patterns which are not installed.\n"
);
break;
}
@@ -1482,7 +1482,7 @@
"\n"
"-r, --repo <alias|#|URI> Just another means to specify repository.\n"
"-i, --installed-only Show only installed products.\n"
- "-u, --uninstalled-only Show only products wich are not installed.\n"
+ "-u, --uninstalled-only Show only products which are not installed.\n"
);
break;
}
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Thu Jun 5 17:48:00 2008
New Revision: 10352
URL: http://svn.opensuse.org/viewcvs/zypp?rev=10352&view=rev
Log:
- typo (bnc #389087)
Modified:
trunk/zypper/src/zypper.cc
Modified: trunk/zypper/src/zypper.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/zypper/src/zypper.cc?rev=10352&r1=10351&r2=10352&view=diff
==============================================================================
--- trunk/zypper/src/zypper.cc (original)
+++ trunk/zypper/src/zypper.cc Thu Jun 5 17:48:00 2008
@@ -1428,7 +1428,7 @@
"\n"
"-r, --repo <alias|#|URI> Just another means to specify repository.\n"
"-i, --installed-only Show only installed packages.\n"
- "-u, --uninstalled-only Show only packages wich are not installed.\n"
+ "-u, --uninstalled-only Show only packages which are not installed.\n"
"-N, --sort-by-name Sort the list by package name.\n"
"-R, --sort-by-repo Sort the list by repository.\n"
);
@@ -1456,7 +1456,7 @@
"\n"
"-r, --repo <alias|#|URI> Just another means to specify repository.\n"
"-i, --installed-only Show only installed patterns.\n"
- "-u, --uninstalled-only Show only patterns wich are not installed.\n"
+ "-u, --uninstalled-only Show only patterns which are not installed.\n"
);
break;
}
@@ -1482,7 +1482,7 @@
"\n"
"-r, --repo <alias|#|URI> Just another means to specify repository.\n"
"-i, --installed-only Show only installed products.\n"
- "-u, --uninstalled-only Show only products wich are not installed.\n"
+ "-u, --uninstalled-only Show only products which are not installed.\n"
);
break;
}
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |