Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
1f4a9a14
Commit
1f4a9a14
authored
Dec 05, 2014
by
Martin Pitt
Browse files
journalctl: Fix help text for --until
Closes: #766598
parent
6e14dff8
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1f4a9a14
...
...
@@ -28,6 +28,7 @@ systemd (215-8) UNRELEASED; urgency=medium
processes. So only restart it from upgrades < 215-3 (where the socket
location got moved) as an one-time upgrade path from wheezy.
(Closes: #771122)
* journalctl: Fix help text for --until. (Closes: #766598)
-- Sjoerd Simons <sjoerd@debian.org> Mon, 01 Dec 2014 22:44:48 +0100
...
...
debian/patches/journalctl-correct-help-text-for-until.patch
0 → 100644
View file @
1f4a9a14
From: Santiago Vila <sanvila@unex.es>
Date: Sat, 25 Oct 2014 10:40:30 -0400
Subject: journalctl: correct help text for --until
http://bugs.debian.org/766598
---
src/journal/journalctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index 86453e6..a1bb466 100644
--- a/src/journal/journalctl.c
+++ b/src/journal/journalctl.c
@@ -171,7 +171,7 @@
static int help(void) {
" --user Show only the user journal for the current user\n"
" -M --machine=CONTAINER Operate on local container\n"
" --since=DATE Start showing entries on or newer than the specified date\n"
- " --until=DATE Stop showing entries on or older than the specified date\n"
+ " --until=DATE Stop showing entries on or newer than the specified date\n"
" -c --cursor=CURSOR Start showing entries from the specified cursor\n"
" --after-cursor=CURSOR Start showing entries from after the specified cursor\n"
" --show-cursor Print the cursor after all the entries\n"
debian/patches/series
View file @
1f4a9a14
...
...
@@ -121,6 +121,7 @@ swap-replace-Discard-setting-by-a-more-generic-Optio.patch
shared-add-readlink_value.patch
util-allow-strappenda-to-take-any-number-of-args.patch
journal-do-server_vacuum-for-sigusr1.patch
journalctl-correct-help-text-for-until.patch
## Debian specific patches:
Add-back-support-for-Debian-specific-config-files.patch
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment