diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 17:29:08 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 17:29:08 -0400 |
commit | dc46df1daaa505bcc127c18dcf99477772e0c3a5 (patch) | |
tree | d1e4b41ad5ddf0a8ae0212967f58f9c4d48de690 /tools | |
parent | 660cbff7f8a7c27e2d3f7e0ea175ffb7e7a2b749 (diff) |
fix
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/move.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/move.sh b/tools/move.sh index de29d2449a..e6beb8996e 100755 --- a/tools/move.sh +++ b/tools/move.sh @@ -409,7 +409,7 @@ move_files() ( mv -t src/systemd-resolved \ man/dnssec-trust-anchors* mv -t src/systemd-tty-ask-password-agent \ - man/systemd-ask-password* + man/systemd-ask-password-console* # less obvious unit groups # suffix these with '*' in case they gain or lose the .in suffix. |