diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 20:43:23 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 20:43:23 -0500 |
commit | 8a22863a92cb1df4ed265aed442166c9f1a5387d (patch) | |
tree | c8d3ae2e8c7c415c1aeee7267c013b100939e4eb /src | |
parent | 54b8a4cdbedafdde87cfa35dc61a48d6a2d46bc6 (diff) |
change hyphens to underscores in function file names, for consistency
with function definitions themselves
Diffstat (limited to 'src')
-rw-r--r-- | src/subcommands/m/gen_subkey (renamed from src/subcommands/m/gen-subkey) | 0 | ||||
-rw-r--r-- | src/subcommands/m/import_subkey (renamed from src/subcommands/m/import-subkey) | 0 | ||||
-rw-r--r-- | src/subcommands/m/ssh_proxycommand (renamed from src/subcommands/m/ssh-proxycommand) | 0 | ||||
-rw-r--r-- | src/subcommands/m/subkey_to_ssh_agent (renamed from src/subcommands/m/subkey-to-ssh-agent) | 0 | ||||
-rw-r--r-- | src/subcommands/ma/add_certifier (renamed from src/subcommands/ma/add-certifier) | 0 | ||||
-rw-r--r-- | src/subcommands/ma/list_certifiers (renamed from src/subcommands/ma/list-certifiers) | 0 | ||||
-rw-r--r-- | src/subcommands/ma/remove_certifier (renamed from src/subcommands/ma/remove-certifier) | 0 | ||||
-rw-r--r-- | src/subcommands/ma/update_users (renamed from src/subcommands/ma/update-users) | 0 | ||||
-rw-r--r-- | src/subcommands/mh/add_hostname (renamed from src/subcommands/mh/add-hostname) | 0 | ||||
-rw-r--r-- | src/subcommands/mh/add_revoker (renamed from src/subcommands/mh/add-revoker) | 0 | ||||
-rw-r--r-- | src/subcommands/mh/extend_key (renamed from src/subcommands/mh/extend-key) | 0 | ||||
-rw-r--r-- | src/subcommands/mh/gen_key (renamed from src/subcommands/mh/gen-key) | 0 | ||||
-rw-r--r-- | src/subcommands/mh/import_key (renamed from src/subcommands/mh/import-key) | 0 | ||||
-rw-r--r-- | src/subcommands/mh/publish_key (renamed from src/subcommands/mh/publish-key) | 0 | ||||
-rw-r--r-- | src/subcommands/mh/revoke_hostname (renamed from src/subcommands/mh/revoke-hostname) | 0 | ||||
-rw-r--r-- | src/subcommands/mh/revoke_key (renamed from src/subcommands/mh/revoke-key) | 0 |
16 files changed, 0 insertions, 0 deletions
diff --git a/src/subcommands/m/gen-subkey b/src/subcommands/m/gen_subkey index cbefaa3..cbefaa3 100644 --- a/src/subcommands/m/gen-subkey +++ b/src/subcommands/m/gen_subkey diff --git a/src/subcommands/m/import-subkey b/src/subcommands/m/import_subkey index aa89958..aa89958 100644 --- a/src/subcommands/m/import-subkey +++ b/src/subcommands/m/import_subkey diff --git a/src/subcommands/m/ssh-proxycommand b/src/subcommands/m/ssh_proxycommand index 56a266e..56a266e 100644 --- a/src/subcommands/m/ssh-proxycommand +++ b/src/subcommands/m/ssh_proxycommand diff --git a/src/subcommands/m/subkey-to-ssh-agent b/src/subcommands/m/subkey_to_ssh_agent index 9bedb5e..9bedb5e 100644 --- a/src/subcommands/m/subkey-to-ssh-agent +++ b/src/subcommands/m/subkey_to_ssh_agent diff --git a/src/subcommands/ma/add-certifier b/src/subcommands/ma/add_certifier index 0c3c647..0c3c647 100644 --- a/src/subcommands/ma/add-certifier +++ b/src/subcommands/ma/add_certifier diff --git a/src/subcommands/ma/list-certifiers b/src/subcommands/ma/list_certifiers index e37485e..e37485e 100644 --- a/src/subcommands/ma/list-certifiers +++ b/src/subcommands/ma/list_certifiers diff --git a/src/subcommands/ma/remove-certifier b/src/subcommands/ma/remove_certifier index 560281d..560281d 100644 --- a/src/subcommands/ma/remove-certifier +++ b/src/subcommands/ma/remove_certifier diff --git a/src/subcommands/ma/update-users b/src/subcommands/ma/update_users index 73685f6..73685f6 100644 --- a/src/subcommands/ma/update-users +++ b/src/subcommands/ma/update_users diff --git a/src/subcommands/mh/add-hostname b/src/subcommands/mh/add_hostname index 10d5f58..10d5f58 100644 --- a/src/subcommands/mh/add-hostname +++ b/src/subcommands/mh/add_hostname diff --git a/src/subcommands/mh/add-revoker b/src/subcommands/mh/add_revoker index f9d0bb6..f9d0bb6 100644 --- a/src/subcommands/mh/add-revoker +++ b/src/subcommands/mh/add_revoker diff --git a/src/subcommands/mh/extend-key b/src/subcommands/mh/extend_key index ccbaf0e..ccbaf0e 100644 --- a/src/subcommands/mh/extend-key +++ b/src/subcommands/mh/extend_key diff --git a/src/subcommands/mh/gen-key b/src/subcommands/mh/gen_key index aad213a..aad213a 100644 --- a/src/subcommands/mh/gen-key +++ b/src/subcommands/mh/gen_key diff --git a/src/subcommands/mh/import-key b/src/subcommands/mh/import_key index 386e02d..386e02d 100644 --- a/src/subcommands/mh/import-key +++ b/src/subcommands/mh/import_key diff --git a/src/subcommands/mh/publish-key b/src/subcommands/mh/publish_key index b7ab01d..b7ab01d 100644 --- a/src/subcommands/mh/publish-key +++ b/src/subcommands/mh/publish_key diff --git a/src/subcommands/mh/revoke-hostname b/src/subcommands/mh/revoke_hostname index b519cf6..b519cf6 100644 --- a/src/subcommands/mh/revoke-hostname +++ b/src/subcommands/mh/revoke_hostname diff --git a/src/subcommands/mh/revoke-key b/src/subcommands/mh/revoke_key index cccdc22..cccdc22 100644 --- a/src/subcommands/mh/revoke-key +++ b/src/subcommands/mh/revoke_key |