From af2e209b70c90ed5b9d953c344d3161fd8e718bf Mon Sep 17 00:00:00 2001
From: Julien Muchembled <jm@nexedi.com>
Date: Mon, 11 Mar 2019 19:16:31 +0100
Subject: [PATCH] Fix short descriptions of neoctl & neomigrate in their
 headers

---
 neo/scripts/neoctl.py     | 2 +-
 neo/scripts/neomigrate.py | 2 +-
 neoctl                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/neo/scripts/neoctl.py b/neo/scripts/neoctl.py
index 444d0a90..3218dc57 100755
--- a/neo/scripts/neoctl.py
+++ b/neo/scripts/neoctl.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# neoadmin - run an administrator node of NEO
+# neoctl - command-line interface to an administrator node of NEO
 #
 # Copyright (C) 2009-2019  Nexedi SA
 #
diff --git a/neo/scripts/neomigrate.py b/neo/scripts/neomigrate.py
index a0cd5f8b..76beae5a 100755
--- a/neo/scripts/neomigrate.py
+++ b/neo/scripts/neomigrate.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 #
-# neomaster - run a master node of NEO
+# neomigrate - import/export data between NEO and a FileStorage
 #
 # Copyright (C) 2006-2019  Nexedi SA
 #
diff --git a/neoctl b/neoctl
index a8474e5e..43479234 100755
--- a/neoctl
+++ b/neoctl
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 #
-# neoadmin - run an administrator  node of NEO
+# neoctl - command-line interface to an administrator node of NEO
 #
 # Copyright (C) 2009  Nexedi SA
 #
-- 
2.30.9