Commit 095c0acf authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix create_fake name

parent 5e18669f
...@@ -474,7 +474,7 @@ check_command() ...@@ -474,7 +474,7 @@ check_command()
direct_args=1 direct_args=1
;; ;;
create-fake) # HELPCMD: create fake rpm create-fake) # HELPCMD: create fake rpm
epm_cmd=create-fake epm_cmd=create_fake
direct_args=1 direct_args=1
;; ;;
desktop) desktop)
......
...@@ -66,7 +66,7 @@ EOF ...@@ -66,7 +66,7 @@ EOF
} }
__epm_create-fake_help() __epm_create_fake_help()
{ {
message ' message '
...@@ -86,7 +86,7 @@ Examples: ...@@ -86,7 +86,7 @@ Examples:
return return
} }
epm_create-fake() epm_create_fake()
{ {
VERSION=0 VERSION=0
...@@ -112,7 +112,7 @@ epm_create-fake() ...@@ -112,7 +112,7 @@ epm_create-fake()
shift # past argument shift # past argument
;; ;;
--help|-h) --help|-h)
__epm_create-fake_help __epm_create_fake_help
return return
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment