xorriso: Unify help description
authorBenoît Allard <benoit.allard@greenbone.net>
Fri, 8 Apr 2016 08:58:49 +0000 (10:58 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 8 Apr 2016 20:09:49 +0000 (22:09 +0200)
Signed-off-by: Benoît Allard <benoit.allard@greenbone.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/xorriso/Config.in

index 2ac2d83951863c8efd849abc80428758408ec6fb..f9bb10ac9c3bfdb87ff0f0968e1de4bce4669a6a 100644 (file)
@@ -5,18 +5,17 @@ config BR2_PACKAGE_XORRISO
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_MMU # fork()
        help
-         xorriso cd/dvd/bd iso 9660 manipulation and disc burner.
+         xorriso copies file objects from POSIX compliant
+         filesystems into Rock Ridge enhanced ISO 9660 filesystems
+         and allows session-wise manipulation of such filesystems.
+         It can load the management information of existing ISO
+         images and it writes the session results to optical media
+         or to filesystem objects.
 
-         libburnia is a project for reading, mastering and writing
-         optical discs. Currently it is comprised of libraries named
-         libisofs, libburn, libisoburn, a cdrecord emulator named
-         cdrskin, and an integrated multi-session tool named xorriso.
-         The software runs on GNU/Linux, FreeBSD, Solaris, NetBSD.
-         It is base of the GNU xorriso package and is actively
-         maintained.
+         Vice versa xorriso is able to copy file objects out of ISO
+         9660 filesystems.
 
-         http://libburnia-project.org/
-         http://www.gnu.org/software/xorriso
+         https://www.gnu.org/software/xorriso
 
 comment "xorriso needs a toolchain w/ wchar, threads"
        depends on BR2_USE_MMU