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/subcommands/mh | |
parent | 54b8a4cdbedafdde87cfa35dc61a48d6a2d46bc6 (diff) |
change hyphens to underscores in function file names, for consistency
with function definitions themselves
Diffstat (limited to 'src/subcommands/mh')
-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 |
8 files changed, 0 insertions, 0 deletions
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 |