install_helpers: install infoedit from GitHub

This commit also moves repository URL to be the last argument in every git clone command.

refs #3387

Change-Id: I7e90a928ca11a4f67c949fbc10fe1b4f54307dfc
diff --git a/install_helpers/install_NFD.py b/install_helpers/install_NFD.py
index cf70d03..830644d 100644
--- a/install_helpers/install_NFD.py
+++ b/install_helpers/install_NFD.py
@@ -5,7 +5,7 @@
 def run():
     print "\nINSTALLING NFD"
     print "**************"
-    os.system("git clone https://github.com/named-data/NFD --depth 1")
+    os.system("git clone --depth 1 https://github.com/named-data/NFD")
     os.chdir("NFD")
     os.system("./waf distclean")
     os.system("git submodule init && git submodule update")