diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2014-10-30 15:45:43 +0100 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2014-11-07 11:58:25 +0100 |
commit | 3a551664dfe3477487065528ffcade41281f4f7a (patch) | |
tree | 4a6b77df1f54ae469f29c367da7567b760ebcb6f /po/POTFILES.in | |
parent | cc7dc01691e8600b129c7da62fd7855f5cc87aad (diff) | |
download | NetworkManager-3a551664dfe3477487065528ffcade41281f4f7a.tar.gz |
cli: add 'nmcli agent' command (bgo #739568)
Synopsis:
nmcli agent { secret | polkit | all }
The command runs separate NetworkManager secret agent or session polkit agent, or both.
It is useful when
- no other secret agent is available (such as GUI nm-applet, gnome-shell, KDE applet)
- no other polkit agent is available (such as polkit-gnome-authentication-agent-1,
polkit-kde-authentication-agent-1 or lxpolkit)
https://bugzilla.gnome.org/show_bug.cgi?id=739568
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 5417b07dc3..6d23a67b77 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,7 @@ [encoding: UTF-8] # List of source files containing translatable strings. # Please keep this file sorted alphabetically. +clients/cli/agent.c clients/cli/common.c clients/cli/connections.c clients/cli/devices.c |