1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Fix bash-completion header

This commit is contained in:
Daniel Martí 2014-02-19 01:22:38 +01:00
parent 9d8c576cb1
commit 27c0caba60

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# #
# bash-completion - part of the FDroid server tools # bash-completion - part of the FDroid server tools
# Commits updates to apps, allowing you to edit the commit messages # Bash completion for the fdroid main tools
# #
# Copyright (C) 2013, 2014 Daniel Martí <mvdan@mvdan.cc> # Copyright (C) 2013, 2014 Daniel Martí <mvdan@mvdan.cc>
# #