diff options
| author | Benno Schulenberg <bensberg@justemail.net> | 2014-08-06 22:35:06 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2014-08-11 14:51:54 +0200 |
| commit | 1d23119072a3a117e7bb83694bd30b9d50961374 (patch) | |
| tree | baf54ddaf7016962a1b4c12bfd92c54e9379e71c /misc-utils/lsblk.c | |
| parent | 7845b91dbc7690064a2be6df690e4aaba728fb04 (diff) | |
| download | util-linux-1d23119072a3a117e7bb83694bd30b9d50961374.tar.gz | |
textual: remove some inconsistent periods from error messages
While doing so, also improve translatability and some wordings.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils/lsblk.c')
| -rw-r--r-- | misc-utils/lsblk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-utils/lsblk.c b/misc-utils/lsblk.c index 9a41afaabc..dc1cf69d0f 100644 --- a/misc-utils/lsblk.c +++ b/misc-utils/lsblk.c @@ -206,7 +206,7 @@ static inline size_t err_columns_index(size_t arysz, size_t idx) { if (idx >= arysz) errx(EXIT_FAILURE, _("too many columns specified, " - "the limit is %zu columns."), + "the limit is %zu columns"), arysz - 1); return idx; } @@ -1708,7 +1708,7 @@ int main(int argc, char *argv[]) excludes[nexcludes++] = 1; /* default: ignore RAM disks */ if (lsblk->sort_id >= 0 && column_id_to_number(lsblk->sort_id) < 0) - errx(EXIT_FAILURE, _("the sort column has to be between output columns.")); + errx(EXIT_FAILURE, _("the sort column has to be among the output columns")); mnt_init_debug(0); scols_init_debug(0); |
